home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / latex209 / contrib / aguplus / changes.lis < prev    next >
File List  |  1994-08-21  |  2KB  |  44 lines

  1.                CHANGES TO AGU++ SINCE THE ORIGINAL VERSION
  2.  
  3. Version 0.5x  1993 December 2
  4.   Original version
  5. (The version numbers less than 1 are meant to be experimental still.
  6. Letters are prefixed to some to indicate that only minor corrections 
  7.  have been undertaken.)
  8.  
  9. Version 0.5y  1993 December 17
  10.   Corrections to fix up problems with planotable, which was not behaving
  11.   ideally when moved to the back of the manuscript and galley proof. 
  12.  
  13.   Sublabelling of planotables that extended over more than one page 
  14.   did not work correctly, and this has been repaired.
  15.  
  16. Version 1.0   1994 May 26
  17.   Made compatible with the new LaTeX2e, although it does not take
  18.   advantage of any of the new features. (This may come in future.)
  19.   Add a patch to make AGUTeX work with LaTeX2e.
  20.   
  21.   Otherwise, only change on the surface is in the \cite command, which
  22.   now takes 2 optional arguments, for text before and after the citation.
  23.        \cite{key}  ==>>  Jones et al. [1990]
  24.        \cite[]{key} ==>> [Jones et al., 1990]
  25.        \cite[chap. 2]{key}    ==>> [Jones et al., 1990, chap. 2]
  26.        \cite[e.g.,][]{key}    ==>> [e.g., Jones et al., 1990]
  27.        \cite[see][pg. 34]{key}==>> [see Jones et al., 1990, pg. 34]
  28.  
  29.   The title of the preprint has been changed to be left justified instead
  30.   of centered. This makes it the same as the galley proofs and final
  31.   printing. (I prefer centered myself.)
  32.   
  33. Version 1.0a  1994 June 6
  34.   Fix up problems with overfull hboxes.
  35.   
  36. Version 1.0b  1994 Aug 22
  37.   The 1.0 versions were made using a preliminary test release of LaTeX2e. The
  38.   official release of 1994 June 1 contained some changes that made the
  39.   citations no longer work properly. This has now been fixed up. (Which means
  40.   it will not work with the preliminary test release!)
  41.   
  42.   NOTE: this 1.0b version is still a hybrid; it works under both 2.09 and 2e
  43.   versions of LaTeX. In future, a LaTeX2e only package will be supported.
  44.